home *** CD-ROM | disk | FTP | other *** search
/ Merciful 1 / Merciful - Disc 1.iso / software / n / nostromo_cheat_disk / nostromocheatdiskv3.0.dms / nostromocheatdiskv3.0.adf / s / Install-II next >
AmigaDOS Script File  |  1994-07-09  |  2KB  |  64 lines

  1. .key path,n1,n2,n3,n4,n5,n6,n7,n8,n9,n10
  2. .bra {
  3. .ket }
  4. "Cheats-V3.0:C/Assign" OLDC: C:
  5. "Cheats-V3.0:C/Assign" C: "Cheats-V3.0:C"
  6. If NOT "{n1}x" EQ "x"
  7.  C:Echo "You must use *"Quotes*" as in *"DH0:V3Cheats*".  Installation Aborted."
  8.  Skip DONE
  9. EndIf
  10. If "{path}" EQ "Quit"
  11.  Skip DONE
  12. EndIf
  13. If "{path}" EQ "quit"
  14.  Skip DONE
  15. EndIf
  16. If "{path}" EQ "QUIT"
  17.  Skip DONE
  18. EndIf
  19. If "{path}x" EQ "x"
  20.  Skip DONE
  21. EndIf
  22. C:Echo "Installing V3Cheats to *"{path}*"..."
  23. If NOT EXISTS "{path}"
  24.  C:MakeDir "{path}"
  25. EndIf
  26. C:Copy C:Copy A:Copy
  27. if NOT EXISTS "{path}.info"
  28.  A:Copy "Cheats-V3.0:Empty.info" "{path}.info" quiet
  29. EndIf
  30.  
  31. ;HERE FOLLOW ALL THE FILES TO BE COPIED TO YOUR HARD DRIVE.
  32.  
  33. c:Echo ""
  34. c:Echo "    Copying Main Program and files..."
  35. A:Copy "Cheats-V3.0:ASC" "{path}/asc" quiet
  36. A:Copy "Cheats-V3.0:Sol" "{path}/sol" quiet
  37. A:Copy "Cheats-V3.0:V3Cheats" "{path}" quiet
  38. A:Copy "Cheats-V3.0:V3Cheats.info" "{path}" quiet
  39. c:Echo "    Now copying all ancillary files...Please be patient.."
  40. A:Copy "Cheats-V3.0:Boing.snd" "{path}" quiet
  41. A:Copy "Cheats-V3.0:V2.2Menu" "{path}" quiet
  42. A:Copy "Cheats-V3.0:Document2.2.iff" "{path}" quiet
  43. A:Copy "Cheats-V3.0:Solves2.2iff" "{path}" quiet
  44. A:Copy "Cheats-V3.0:leader" "{path}" quiet
  45. A:Copy "Cheats-V3.0:StimpyFinal" "{path}" quiet
  46. A:Copy "Cheats-V3.0:Samps" "{path}/samps" quiet
  47. c:Echo ""
  48. ask "Sorry,I've forgotten, are your fonts stored on DH0: (Y) or WORK: (N) ?"
  49. if warn
  50. A:copy "Cheats-V3.0:fonts" "dh0:fonts" all clone quiet
  51. else
  52. A:copy "Cheats-V3.0:fonts" "Work:fonts" all clone quiet
  53. endif
  54. c:echo ""
  55. c:echo "*N Don't forget to ASSIGN Cheats-V3.0 to your hard disk...*N"
  56.  
  57. C:echo "*NExample : Assign Cheats-V3.0: Dh0:V3Cheats*N"
  58. C:Echo "*NInstallation Complete.*N"
  59. C:Echo "To begin *E[32mV3Cheats*E[31m:*N 1. Remove V3Cheats diskette.*N 2. Boot your hard-drive normally and go to the WorkBench."
  60. C:Echo " 3. Double-click on the hard drive's icon.*N 4. Double-click on the {path} drawer icon.*N 4. Double-click on the V3Cheats icon."
  61. Lab DONE
  62. "Cheats-V3.0:C/Assign" C: OLDC:
  63. "Cheats-V3.0:C/Assign" OLDC:
  64.